Wayfinding Data Stucture

  • Model that represents a waypoint. It includes its coordinate, building location, floor location, and more.

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSWaypoint : NSObject
  • Model to represent a waypath and any other data that may need to be associated with a waypath.

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSWaypath : NSObject
  • Indicates a section of the overall waypath that the user will take along their way from the start to the end of the journey

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSWaypathSegment : NSObject
  • Model representing the various options to use when creating waypath.

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSWayfindingOptions : NSObject
  • Allows customization of auto-generated waypoint descriptions

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSWaypointLabelOptions : NSObject
  • Model that represents a particular leg or step in a waypath.

    Since

    1.0
    See more

    Declaration

    Swift

    @interface VMMSMapDirectionStep : NSObject
  • General classification for each step in directions that are generated by the wayfinding algorithm

    Since

    1.0

    Declaration

    Swift

    typedef enum VMMSMapDirectionsIcon VMMSMapDirectionsIcon
  • General classification for each step in directions that are generated by the wayfinding algorithm

    Since

    1.0
    See more

    Declaration

    Swift

    enum VMMSMapDirectionsIcon {}